home *** CD-ROM | disk | FTP | other *** search
- @clear
- @echo
- @echo Controlling the speaker.
- @echo
- @echo There is only one tool in this category. The BELL tool
- @echo is used to generate sounds of given frequency and duration from the
- @echo speaker. It can also read its input from a file.
- @echo EXAMPLE:
- @echo To just make a short sound type:
- @echo BELL 1000 1000
- @pause
- BELL 1000 1000
- @echo That's all for controlling the speaker.
- @pause
-